home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Gamer (Italian) 46
/
PC Gamer IT CD 46 2-2.iso
/
Nba
/
NBA2000.exe
/
CABFILE
/
IDR_CABFILE
/
Data
/
UIScript
/
GRPPOPUP.UI
< prev
next >
Wrap
Text File
|
1999-05-24
|
6KB
|
259 lines
"2D\UI\Startup"
//********************
// Data Container
//********************
DataContainer {
Int "GraphicsPopupShowAgain" {
CheckButton "GraphicsPopupShowAgainButton";
InitialValue 5;
};
};
//********************
// Images
//********************
Image "GraphicsPopupOKEnabled" {
Filename "GFXOKEn";
};
Image "GraphicsPopupOKFocused" {
Filename "GFXOKFoc";
};
Image "GraphicsPopupOKPushed" {
Filename "GFXOKPus";
};
Image "GraphicsPopupOptionsEnable" {
FileName "GFXOptEn";
};
Image "GraphicsPopupOptionsFocus" {
FileName "GFXOptFo";
};
Image "GraphicsPopupOptionsPush" {
FileName "GFXOptPu";
};
Image "GraphicsPopupCheckBoxEnabled" {
Filename "GFXCkbxE";
};
Image "GraphicsPopupCheckBoxFocused" {
Filename "GFXCkbxF";
};
Image "GraphicsPopupCheckBoxArmed" {
Filename "GFXCkbxA";
};
Image "GraphicsPopupAlphaBack" {
Filename "GFXBkgd";
};
//********************************
// Fonts
//********************************
Font "GraphicsPopupOKEnabled" {
Filename "GOKFntEn";
Translate " abcdefghijklmnopqrstuvwxyz";
Kerning 1;
};
Font "GraphicsPopupOKFocused" {
Filename "GOKFntFo";
Translate " abcdefghijklmnopqrstuvwxyz";
Kerning 1;
};
Font "GraphicsPopupOKPushed" {
Filename "GOKFntPu";
Translate " abcdefghijklmnopqrstuvwxyz";
Kerning 1;
};
Font "GraphicsPopupTitleFont" {
Filename "GTitlFnt";
Translate " abcdefghijklmnopqrstuvwxyz";
Kerning 0;
};
// The following 3 fonts need an apostrophe
Font "GraphicsPopupMainText" {
Filename "MainTxt";
Translate "ABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890()?.,;:!/'";
Kerning 1;
};
Font "GraphicsPopupCheckBoxEnabled" {
Filename "EBtnFnt";
Translate " ABCDEFGHIJKLMNOPQRSTUVWXYZ'";
Kerning 0;
};
//********************************
// Styles
//********************************
ButtonStyle "GraphicsPopupOKButton" {
Enabled Image "GraphicsPopupOKEnabled";
Focused Image "GraphicsPopupOKFocused";
Pushed Image "GraphicsPopupOKPushed";
Enabled Font "GraphicsPopupOKEnabled";
Focused Font "GraphicsPopupOKFocused";
Pushed Font "GraphicsPopupOKPushed";
};
ButtonStyle "GraphicsPopupOptionsButton" {
Enabled Image "GraphicsPopupOptionsEnable";
Focused Image "GraphicsPopupOptionsFocus";
Pushed Image "GraphicsPopupOptionsPush";
Enabled Font "GraphicsPopupOKEnabled";
Focused Font "GraphicsPopupOKFocused";
Pushed Font "GraphicsPopupOKPushed";
};
Style "GraphicsPopupBack" {
Image "GraphicsPopupAlphaBack";
};
Style "GraphicsPopupTitleFont" {
Font "GraphicsPopupTitleFont";
};
Style "GraphicsPopupMainText" {
Font "GraphicsPopupMainText";
};
ButtonStyle "GraphicsPopupShowAgainButton" {
Enabled Image "GraphicsPopupCheckBoxEnabled";
Focused Image "GraphicsPopupCheckBoxFocused";
Pushed Image "GraphicsPopupCheckBoxFocused";
Armed Image "GraphicsPopupCheckBoxArmed";
PushedandArmed Image "GraphicsPopupCheckBoxEnabled";
Enabled Font "GraphicsPopupCheckBoxEnabled";
// PushedandArmed Font "GraphicsPopupCheckBoxEnabled";
};
//********************************
// Buttons
//********************************
CheckButton "GraphicsPopupShowAgainButton" {
ButtonStyle "GraphicsPopupShowAgainButton";
Position [50, 263];
String "Don't show again." {
Justify TopLeft;
Position [20, 0];
};
};
Button "GraphicsPopupOKButton" {
ButtonStyle "GraphicsPopupOKButton";
Position [434, 263];
OK;
Default;
String "OK" {
Justify CenterCenter;
Position [23, 10];
};
Clicked Action StoreOptions;
};
Button "GraphicsPopupOptions" {
ButtonStyle "GraphicsPopupOptionsButton";
Position [320, 263];
String "Options" {
Justify CenterCenter;
Position [45, 10];
};
Cancel;
Clicked Action {
AddCancelAction Post Action {
Popup Group "OptionsParent";
};
};
};
//********************************
// Edit Boxes
//********************************
EditBox "GraphicsPopupsTitle" {
Style "GraphicsPopupTitleFont";
Position [12, 7];
Size [500, 30];
String "Microsoft NBA Inside Drive 2000" {
Justify CenterCenter;
Position [150,10];
};
};
EditBox "GraphicsPopupsMainText1" {
Style "GraphicsPopupMainText";
Position [15, 50];
Size [470, 14];
String "To enable your 3D card's hardware acceleration," {
Justify CenterCenter;
Position [235,7];
};
};
EditBox "GraphicsPopupsMainText2" {
Style "GraphicsPopupMainText";
Position [15, 80];
Size [470, 14];
String "click Options below and then click Video. In the" {
Justify CenterCenter;
Position [235,7];
};
};
EditBox "GraphicsPopupsMainText3" {
Style "GraphicsPopupMainText";
Position [15, 110];
Size [470, 14];
String "'3D Graphics Driver' list, click the name of your" {
Justify CenterCenter;
Position [235,7];
};
};
EditBox "GraphicsPopupsMainText4" {
Style "GraphicsPopupMainText";
Position [15, 140];
Size [470, 14];
String "driver, and then click OK. If you encounter" {
Justify CenterCenter;
Position [235,7];
};
};
EditBox "GraphicsPopupsMainText5" {
Style "GraphicsPopupMainText";
Position [15, 170];
Size [470, 14];
String "graphics problems, try the software option." {
Justify CenterCenter;
Position [235,7];
};
};
//********************************
// Groups
//********************************
Group "GraphicsPopup" {
Style "GraphicsPopupBack";
Root;
Position [150, 150];
Children {
Button "GraphicsPopupOKButton";
Button "GraphicsPopupOptions";
CheckButton "GraphicsPopupShowAgainButton";
EditBox "GraphicsPopupsTitle";
EditBox "GraphicsPopupsMainText1";
EditBox "GraphicsPopupsMainText2";
EditBox "GraphicsPopupsMainText3";
EditBox "GraphicsPopupsMainText4";
EditBox "GraphicsPopupsMainText5";
};
};
Group "OptionsParent" {
Children {
Include "UIScript\Options";
};
};